Events
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
All XHTML components support the following events, but whether it is applicable still depends on the browsers. For example, onChange
is meaningless to non-input components, say body
and div
. You have to consult the HTML standard[1]
onChange | all | Event: InputEvent
Denotes the content of an input component has been modified by the user. |
onClick | all | Event: MouseEvent
Denotes user has clicked the component. |
Notes
- ↑ http/www.w3c.org